home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / patchgui.rea < prev    next >
Text File  |  1996-01-16  |  786b  |  37 lines

  1. Short:    MUI GUI for spatch,scompare,... by Aris Basic
  2. Author:   aris@pwe.augusta.de (Aris Basic)
  3. Uploader: aris@pwe.augusta.de (Aris Basic)
  4. Type:     util/misc
  5.  
  6. This App is an FrontEnd for Spatch and Scompare (© SAS)
  7. it is Configurable so it can be frontend for more
  8. CLI Programs.
  9.  
  10. Version 00.10
  11.  
  12. FreeWare
  13. © Aris Basic
  14.  
  15. ---- Docs ----
  16.  
  17. Copy patchgui/#? to ENV:PATCHGUI/ and ENVARC:PATCHGUI/
  18.  
  19. Every Configuration needs ProgramName(Command),ConfigurationName and Format
  20. of Command.As format these are supported:
  21.  
  22.  %fo  What is as Old FileName Chosen
  23.  %fn  What is as New FileName Chosen
  24.  %fp  What is as Patch FileName Chosen
  25.  %%   %
  26.  
  27. EXAMPLE:
  28.  
  29. for spatch
  30.     PRGNAME=spatch
  31.     FORMAT=-o%fn -p%fp %fo
  32.  
  33.  
  34. If you Have Any Question , Bug or Feature Requests Write on:
  35.  
  36. aris@pwe.augusta.de
  37.